'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of KeyValuePair(Of Integer,EasyUASubscribeDataSetArguments)) _ )
'Usage
Dim collection As IEnumerable(Of KeyValuePair(Of Integer,EasyUASubscribeDataSetArguments)) Dim instance As New EasyUASubscribeDataSetArgumentsDictionary(collection)
public EasyUASubscribeDataSetArgumentsDictionary( IEnumerable<KeyValuePair<int,EasyUASubscribeDataSetArguments>> collection )
public: EasyUASubscribeDataSetArgumentsDictionary( IEnumerable<KeyValuePair<int,EasyUASubscribeDataSetArguments^>>^ collection )
Parameters
- collection
- The enumerable whose elements are copied to the new EasyUASubscribeDataSetArgumentsDictionary.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).